JavaScript

A5.ControlBarAction Data Object

IN THIS PAGE

Description

The data passed to an action when the action is being fired from an item in the layout.

Properties

itemobject

Data about the item the action came from.

namestring

The name of the item.

valuestring

The value (if applicable) of the item.

defobject

The definition object from the item.

elementobject

The DOM element for the item the action came from.

eventobject

The DOM event the action came from.